Power System Trim Register
ACT_REG_TRIM | Trim for the Active-Regulator. This sets the output voltage level. This register is only reset by XRES/POR/BOD/OVP/HIBERNATE. The nominal output voltage is vccd=812.5mV + ACT_REG_TRIM*12.5mV. The actual output voltage will vary depending on conditions and load. The following settings are explicitly shown for convenience, and other values may be calculated using the formula: 5’h07: 900mV (nominal) 5’h17: 1100mV (nominal) |
ACT_REG_BOOST | Controls the tradeoff between output current and internal operating current for the Active Regulator. The maximum output current depends on the silicon implementation, but an application may limit its maximum current to less than that. This may allow a reduction in the internal operating current of the regulator. The regulator internal operating current depends on the boost setting: 2’b00: 50uA 2’b01: 100uA 2’b10: 150uA 2’b11: 200uA The allowed setting is a lookup table based on the chip-specific maximum (set in factory) and an application-specific maximum (set by customer). The defaults are set assuming the application consumes the maximum allowed by the chip. 50mA chip: 2’b00 (default); 100mA chip: 2’b00 (default); 150mA chip: 50…100mA app => 2’b00, 150mA app => 2’b01 (default); 200mA chip: 50mA app => 2’b00, 100…150mA app => 2’b01, 200mA app => 2’b10 (default); 250mA chip: 50mA app => 2’b00, 100…150mA app => 2’b01, 200…250mA app => 2’b10 (default); 300mA chip: 50mA app => 2’b00, 100…150mA app => 2’b01, 200…250mA app => 2’b10, 300mA app => 2’b11 (default); This register is only reset by XRES/POR/BOD/OVP/HIBERNATE. |